{% extends "users/base.html" %} {% block title %} Login Page {% endblock title%} {% block content %}

Sign In

{% if form.errors %} {% endif %}
{% csrf_token %}
Sign in with GitHub Sign in with Google

OR


{{ form.username }}
{{ form.password }}
{{ form.remember_me }}
{% endblock content %}